type github.com/klauspost/compress/zstd.encoderOptions
23 uses
github.com/klauspost/compress/zstd (current package)
dict.go#L235: eOpts := encoderOptions{
encoder.go#L26: o encoderOptions
encoder_options.go#L13: type EOption func(*encoderOptions) error
encoder_options.go#L16: type encoderOptions struct {
encoder_options.go#L36: func (o *encoderOptions) setDefault() {
encoder_options.go#L37: *o = encoderOptions{
encoder_options.go#L51: func (o encoderOptions) encoder() encoder {
encoder_options.go#L79: return func(o *encoderOptions) error { o.crc = b; return nil }
encoder_options.go#L90: return func(o *encoderOptions) error {
encoder_options.go#L112: return func(o *encoderOptions) error {
encoder_options.go#L143: return func(o *encoderOptions) error {
encoder_options.go#L237: return func(o *encoderOptions) error {
encoder_options.go#L274: return func(o *encoderOptions) error {
encoder_options.go#L286: return func(o *encoderOptions) error {
encoder_options.go#L298: return func(o *encoderOptions) error {
encoder_options.go#L316: return func(o *encoderOptions) error {
encoder_options.go#L328: return func(o *encoderOptions) error {
encoder_options.go#L346: return func(o *encoderOptions) error {
encoder_options.go#L356: func (o *encoderOptions) jobSize() int {
encoder_options.go#L362: func (o *encoderOptions) overlapSize() int {
encoder_options.go#L383: return func(o *encoderOptions) error {
encoder_options.go#L399: return func(o *encoderOptions) error {
encoder_options.go#L411: return func(o *encoderOptions) error {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |